home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / bsltools.zip / README.TXT < prev    next >
Text File  |  1992-03-17  |  3KB  |  67 lines

  1.  
  2. This file is the README.TXT for the BusTek SCSI board utilities
  3.  
  4. BOARDID        Reads all EISA slots and reports the EISA id (EISA config
  5.         file name ) of all boards found in the system. Note: the
  6.         system does not have to be configured for this program
  7.         to run.
  8.  
  9. SHOW_CFG    Displays the EISA configuration of all CONFIGURED BusTek
  10.         FAST-SCSI EISA cards. This is only valid for BusTek FAST-
  11.         SCSI EISA cards.
  12.  
  13. SCSI_DMA    Checks all possible DMA bus transfer rates for Bt542 cards.
  14.         The last passing DMA rate could then be set with SET_DMA.
  15.  
  16.         The -L6 -L8 -L10 switches limit the maximum tested rate to
  17.         less than 6.7, 8.0, 10.0 Mhz respectively.
  18.  
  19.         SCSI_DMA reports its results in the following form -
  20.  
  21. 91 DMA rate  8.0 Mhz with read pulse 150 ns  strobe 100 ns passed
  22. 88 DMA rate  8.0 Mhz with read pulse 100 ns  strobe 150 ns      *** FAILED ***
  23. ^             ^                      ^              ^       ^ test status
  24. ^             ^                      ^              ^ strobe pulse width
  25. ^             ^                      ^ read pulse width nanoseconds
  26. ^             ^DMA rate in megahertz's
  27. ^parm for SET_DMA
  28.  
  29.         SCSI_DMA does only a very crude test of the DMA. The BIOS
  30.         test should be used to verify proper operation. The BIOS test
  31.         does not change the DMA rate when run so the results will be
  32.         valid. Aggresive rates( greater than 8 Mhz ) should be tested
  33.         for extended periods ie. over night. The BusTek BIOS DMA test
  34.         is run from DOS debug. Enter the following command  -
  35.         - g=DC00:9   Assuming the default BIOS address of DC00.
  36.  
  37.  
  38. SET_DMA    "parm"    Sets the bus transfer rate on BusTek ISA cards to "parm".
  39.         Where "parm" is any valid DMA rate. SCSI_DMA reports all
  40.         valid rates. SET_DMA will set the DMA rate for all BusTek ISA
  41.         cards in a system. Once a DMA rate has been verified to work
  42.         SET_DMA can be run from your autoexec.bat.
  43.  
  44.  
  45. SCSITOOL        Scans the system bus for all BusTek SCSI controller
  46.         addresses. SCSITOOL then reports the configuration and
  47.         installed SCSI devices. On FAST-SCSI capable cards it will
  48.         report the negotiated syncronous transfer rate. SCSITOOL
  49.         output can be piped through the DOS command more or
  50.         redirected to a file for later viewing. The BIOS is not
  51.         required for SCSITOOL to run. SCSITOOL will be of most use to
  52.         show the ID of SCSI devices on cards the BIOS is not enabled.
  53.  
  54.  
  55. SWITCHES.TXT    Shows the most commonly set switch options for the Bt542b card
  56.         using pc text graphics.
  57.  
  58. DMA_TEST    DMA test for memory above 1 megabyte.
  59.         The /B switch allows optional start, stop addresses and offset
  60.         ammount. Start and stop addresses are allowed on megabyte
  61.         bounderies. Default is to test all memory from 1 to 16
  62.         megabytes.
  63.         Restrictions
  64.     *     Do not use a high memory manager.
  65.     *    Do not use an ASPI manager - BTDOSM.
  66.             These restrictions are needed since all memory above one
  67.             megabyte is trashed.